home *** CD-ROM | disk | FTP | other *** search
/ PC Basics 53 / PC Basics Issue 53.iso / Software / Internet / Invboard.exe / PC Basics 53 / Invboard / upload / lang / en / lang_global.php < prev    next >
Encoding:
PHP Script  |  2002-06-12  |  2.1 KB  |  92 lines

  1. <?php
  2.  
  3. $lang = array (
  4.  
  5. 'gzip_on' => "GZIP Enabled",
  6. 'gzip_off' => "GZIP Disabled",
  7.  
  8.  
  9.  
  10.  
  11. 'warn_offline' => "(OFFLINE)",
  12.  
  13. 'all_emoticons' => "Show All",
  14.  
  15. 'jmp_go'  => "Go!",
  16. 'forum_jump' => "Forum Jump",
  17.  
  18. 'yes' => "Yes",
  19. 'no'  => "No",
  20.  
  21. 'ct_size' => "SIZE",
  22. 'ct_lrg'  => "Large",
  23. 'ct_sml'  => "Small",
  24. 'ct_lest' => "Largest",
  25.  
  26. 'ct_font' => "FONT",
  27. 'ct_arial' => "Arial",
  28. 'ct_times' => "Times",
  29. 'ct_courier' => "Courier",
  30. 'ct_impact'  => "Impact",
  31. 'ct_geneva'  => "Geneva",
  32.  
  33. 'ct_color'  => "COLOR",
  34. 'ct_blue'   => "Blue",
  35. 'ct_red'    => "Red",
  36. 'ct_purple' => "Purple",
  37. 'ct_orange' => "Orange",
  38. 'ct_yellow' => "Yellow",
  39. 'ct_grey'   => "Gray",
  40. 'ct_green'  => "Green",
  41.  
  42. 'msg_full' => "<span id='highlight'>Messenger FULL!</span>",
  43.  
  44. ba_edit => "Edit",
  45. ba_delete => "Delete",
  46.  
  47. submit_li                    =>    "Log in",
  48. quote_text                    =>    "Quote",
  49. pass                    =>    "Password",
  50. thanks                    =>    "Thanks",
  51. forum_read                    =>    "The forum has been marked as read",
  52. guest_stuff                    =>    "Welcome Guest",
  53. offline_title                    =>    "IBForums Offline Mode",
  54. you_last_visit                    =>    "You last visited on:",
  55. code_sample                    =>    "Code Sample",
  56. transfer_you                    =>    "Please wait while we transfer you...",
  57. M_1                    =>    "Jan.",
  58. M_2                    =>    "Feb.",
  59. admin_login                    =>    "Administrators Log in",
  60. M_3                    =>    "Mar.",
  61. D_0                    =>    "Sun",
  62. new_posts                    =>    "New Posts",
  63. M_4                    =>    "April",
  64. D_1                    =>    "Mon",
  65. M_5                    =>    "May",
  66. D_2                    =>    "Tue",
  67. M_6                    =>    "June",
  68. you_running_time                    =>    "Your last action was on:",
  69. D_3                    =>    "Wed",
  70. M_7                    =>    "July",
  71. admin_cp                    =>    "Admin CP",
  72. D_4                    =>    "Thur",
  73. M_8                    =>    "Aug.",
  74. D_5                    =>    "Fri",
  75. M_9                    =>    "Sep.",
  76. your_cp                    =>    "Your Control Panel",
  77. D_6                    =>    "Sat",
  78. name                    =>    "Name",
  79. register                    =>    "Register",
  80. 'logged_in_as'                    =>    "Logged in as: ",
  81. M_10                    =>    "Oct.",
  82. M_11                    =>    "Nov.",
  83. M_12                    =>    "Dec.",
  84. msg_new                    =>    "%s new messages",
  85. offline                    =>    "Sorry, the boards are offline at the moment",
  86. log_out                    =>    "Log Out",
  87. dont_wait                    =>    "Or click here if you do not wish to wait",
  88. stand_by                    =>    "Please stand by...",
  89. your_messenger                    =>    "Your messenger",
  90. log_in                    =>    "Log In",
  91. );
  92. ?>